From ddfd77fcf80776ee567fbbbe2af4574f8550d3bb Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 26 Jul 2010 15:02:33 +0000 Subject: [PATCH] Tweak OSM node to output 7 decimal places. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4007 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/osm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/osm.c b/gpsbabel/osm.c index c8cd08c65..f96871998 100644 --- a/gpsbabel/osm.c +++ b/gpsbabel/osm.c @@ -795,7 +795,7 @@ osm_waypt_disp(const waypoint *wpt) *id = --node_id; ((waypoint *)(wpt))->extra_data = id; - gbfprintf(fout, " latitude, wpt->longitude); + gbfprintf(fout, " latitude, wpt->longitude); if (wpt->creation_time) { char time_string[64]; xml_fill_in_time(time_string, wpt->creation_time, wpt->microseconds, XML_LONG_TIME); -- 2.30.2